GDK: Fix builds against latest stable GLib with MSVC
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Apr 2021 03:22:27 +0000 (11:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 16 Apr 2021 03:39:09 +0000 (11:39 +0800)
commit14632e11da35720e2b32d155ee01c650065fbb1e
tree2202dbfefca402fdd57a6749fd0089629137fa1e
parent24cd05672e865340a8410eb6600f0960798b7189
GDK: Fix builds against latest stable GLib with MSVC

GLib-2.68.x now considers warning C4098 ('void' function returning a value) as
an error, so avoid doing that.
gdk/gdkclipboard.c
gdk/gdkcontentprovider.c
gdk/gdktexture.c
gdk/gdktoplevel.c